-
-
Notifications
You must be signed in to change notification settings - Fork 570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed command examples #244
Conversation
`--connection` parameter needs to be present for connection string otherwise default connection is made
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Thanks for spotting and fixing this
(Just waiting for the build to pass so I can merge it) |
It seems Travis had a bit of a backlog issue earlier, there's no indication it received the webhook for this push. https://www.traviscistatus.com/ I'm going to edit a character to trigger a rebuild. |
Still no sign of it https://travis-ci.org/calebmer/postgraphql/pull_requests |
Ohhhhhhhhhhhhhh My bad. I broke the config. |
In conclusion, for tests to run against master for greenkeeper we need "build pushes" turned on; for tests to run on remote pull requests we need "build pull requests" turned on. For local pull requests (e.g. from contributors) every commit in a PR will thus be built twice and there doesn't seem to be a way to prevent that. |
`--connection` parameter needs to be present for connection string otherwise default connection is made
Fixes #244 Uses a template string to support multiple PostgreSQL versions.
--connection
parameter needs to be present for connection string otherwise default connection is made